'Declaration Protected Overridable Function SupportGroupBy( _ ByVal groupby As GroupbyClause _ ) As Boolean
protected virtual bool SupportGroupBy( GroupbyClause groupby )
Parameters
- groupby
- The GroupBy clause to check if can be executed directly on the server.
Return Value
A boolean indicating if the groupby clause can be executed directly on the server.